home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / PBTL111.ZIP / SAMPLE.RSP < prev   
Text File  |  1994-04-12  |  553b  |  20 lines

  1. ; Sample Response File for PBTLIB.
  2. ;
  3. ; ■ Only command options can be included in a response file, the name
  4. ;   of the library and list file must be placed on the command line.
  5. ; ■ Lines which begin with a semi-colon are comments and are skipped,
  6. ;   as are blank lines with nothing on them.
  7.  
  8. ; add the module DAYNAME.OBJ
  9. +dayname.obj
  10.  
  11. ; add the modules MONTHNAM.OBJ and MAKEDATE.OBJ
  12. +monthnam.obj +makedate.obj
  13.  
  14. ; update the modules JULIAN.PBU and TIME.PBU
  15. -+julian.pbu
  16. -+time.pbu
  17.  
  18. ; we can nest another response file too
  19. @CUSTOM.RSP
  20.